Run dh_auto_test with VERBOSE=1, to get logs with older debhelper
authorSimon McVittie <smcv@debian.org>
Thu, 31 Mar 2016 12:22:53 +0000 (13:22 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 31 Mar 2016 12:22:53 +0000 (13:22 +0100)
debian/changelog
debian/rules

index cb9067a5be85071e6e4f175a68309a29beee1ebe..7f7d0833def0b0f3b7c8af7dffd1fba7cab1c836 100644 (file)
@@ -17,6 +17,7 @@ ostree (2016.4-1) UNRELEASED; urgency=medium
     sbuild
   * debian/ostree-tests.lintian-overrides: override a couple of false
     positives
+  * Run dh_auto_test with VERBOSE=1, to get logs with older debhelper
 
  -- Simon McVittie <smcv@debian.org>  Mon, 28 Mar 2016 12:02:59 +0100
 
index ad3e8576d5a564ae67c4eb48d56692b802f923bf..e33bca0a45879fe9ee6f6c55ff8a4b6b6654e096 100755 (executable)
@@ -25,7 +25,7 @@ override_dh_auto_configure:
        chmod +x tests/*.js
 
 override_dh_auto_test:
-       dh_auto_test
+       VERBOSE=1 dh_auto_test
        # One test creates multiple GPG homedirs, each with its own agent
        pkill --full "gpg-agent --homedir /var/tmp/tap-test\\.[^/]+/repo/tmp/ostree-gpg-[^/]+ " || :
        if pgrep lt-ostree || pgrep --full "gpg-agent --homedir /var/tmp/tap-test."; then \